projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f650bb
)
Better version of previous patch.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 21 Mar 2011 18:11:03 +0000
(11:11 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 21 Mar 2011 18:11:03 +0000
(11:11 -0700)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index 5c6765279092da0d2443b546712369077d8daa8a..60f192e9817ba0667a7167e7fd3684aded0a08e1 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-2529,9
+2529,8
@@
use is not recommended. Explicitly check for a frame-parameter instead. */)
}
/* Now process them in reverse of specified order. */
- while (
i !
= 0)
+ while (
--i >
= 0)
{
- i--;
prop = parms[i];
val = values[i];
store_frame_param (f, prop, val);